Modern UI component library for React
yarn add neulib-react
or
npm i neulib-react
Components:
- Fab: Replace width/height by IPadding
- Modal: Add "components.header" prop, add IPadding to the content
- Add applyNestedStyles() function to merge style props if component includes another components (for default styles)
- Add border modifiers (b), implement them at least for the Card component
- Text component (props: size = "default" | "large", color = "default" | "secondary"), also don't forget use font-weight for "size" prop
- Card onClick (return div or button)
- Storybook
- Theme provider & theme config (replace variables.scss)
- Button "icon" prop
- Button IPadding
- Switch "variant" prop: "default" | "primary"
- Modal animation
- Modal "position" prop
- Backdrop component
- NeuBudget - Expense and income tracker app