A simple design system for React made with pure HTML tags and styled-components. This is still a work in progress, and far from complete, so a lot of stuff is missing and there may be some bugs, if you find any please let me know.
Note: this package isn't related to any others like @pureui/core or similars
- Grid (row and column too)
- Message
- Loader (modal and inline)
- Button
- Image
- Title
- Menu
- Card
- Progress bar
- Carousel
- Accordion
- Form
- Simple input
- Number input
- Phone input
- Email input
- File uploader
- TextArea
- Table
- Dropdown
- Toggle
- Cookies modal
- Component documentation
- Divider
- Footer
- Error wrapper
- Link
- Pagination
- Progress indicator
- Breadcrumbs
- Lists (ordered and unordered)
- Copy button
- Date picker
- Radio button
- Checkbox
- Modal
- Tag
- Tooltip
- Slider
- Skeleton
- Search
- 2.0.0: updated React version to 18.2.0
- 2.1.0: image components now can have a button in their caption
- 2.1.1: added type declarations
- 2.1.2: carousel components now can have buttons in each image
- 2.1.3: added Typescript as a dev dependency and used the compiler instead of manually specifying types