Romel Perez
Romel Perez
The Arwes project needs to have a design specification for the user interfaces and the user experience to share across all projects built in the project, such as the UI...
Add a provider component to provide the Arwes core components theme interface. - [x] Add `ArwesThemeProvider` component. - [x] Add default theme palette with primary and secondary colors as cyan...
**RELATES TO #85** ---- The `Text` component uses `useLayoutEffect` hook to check the text data for the transition animations. Though it still works for server-side rendering, React compilation throws an...
The project should provide a free sounds starter package for an average Arwes application. This would be the same sounds used for the website application and playground sandboxes. > Since...
Create frames components variations. See: http://augmented-ui.com/ ## Base Components ### `FrameSVG` - [x] Add `assemble` bleep on transitions. - [x] Add `palette: string` prop to set visual design. - [x]...
**RELATED TO #88** ---- The `Table` component has some issues in performance and accessibility when animations are executed. - [ ] Update animations to use CSS opacity and transforms as...
Core components do not support internal elements styles extension. To properly customize components, a simple way to extend elements styles is required. A possible approach could be to provide a...
Add a selection of options components with support for browser options and custom options panel. - [ ] Add `Select` component. - [ ] Allow custom content. - [ ]...
**RELATES TO #100 #134** ---- The `Button` component creates an HTML `button` element container that needs events to handle actions. There is no support to create the button as a...
**RELATES TO #90** ---- When `LoadingBars` component animator mounts/unmounts, sometimes the component gets invisible or it does not appear at all if `determinate` is enabled. It usually happens when the...