Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 tokens

Upcomming version:

- [ ] Tabs
- [ ] Variation tokens
- [ ] Carousel
- [ ] Responsive Breakpoints
- [ ] Table
- [ ] Toolbar