Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheusps/adapt-ui
React toolkit to achieve consistency througout components
https://github.com/matheusps/adapt-ui
component-library docz prettier react reactjs rollup rollup-js typescript ui-components
Last synced: 14 days ago
JSON representation
React toolkit to achieve consistency througout components
- Host: GitHub
- URL: https://github.com/matheusps/adapt-ui
- Owner: matheusps
- Created: 2019-03-15T17:17:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:08:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-24T17:10:26.431Z (23 days ago)
- Topics: component-library, docz, prettier, react, reactjs, rollup, rollup-js, typescript, ui-components
- Language: TypeScript
- Homepage: https://adapt-ui.netlify.com/
- Size: 7.82 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adapt UI
[![CircleCI](https://circleci.com/gh/matheusps/adapt-ui.svg?style=svg)](https://circleci.com/gh/matheusps/adapt-ui)
[![Netlify Status](https://api.netlify.com/api/v1/badges/f4a3987b-301a-4273-b833-ee993812c4c3/deploy-status)](https://app.netlify.com/sites/adapt-ui/deploys) [![Greenkeeper badge](https://badges.greenkeeper.io/matheusps/adapt-ui.svg)](https://greenkeeper.io/)[Check the component docs for more info](https://adapt-ui.netlify.com/)
### 👨🏾💻 Develop
```bash
# install dependencies
$ yarn# start development server with storybook
$ yarn storybook# Build the docs
$ yarn build-storybook# Build the lib
$ yarn build-lib# Build lib and docs
$ yarn build# Run tests
$ yarn test# Create a new release with np
$ yarn release
```### Roadmap
**⚠️ stands for breaking changes**
**🛠 stands for fixes or chores**
- [ ] 🛠 Fix bugs with the current component.
- [x] Typo
- [x] Box
- [ ] Image
- [x] Label
- [x] Input
- [x] Spinner
- [ ] Collapsible
- [x] Scrollable
- [x] Clickable
- [x] Flexible
- [ ] Theme Parser
- [ ] Color tokensUpcomming version:
- [ ] Tabs
- [ ] Variation tokens
- [ ] Carousel
- [ ] Responsive Breakpoints
- [ ] Table
- [ ] Toolbar