Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dishwasher-detergent/okiedesigndocs
Simple styles to help you get your project off the ground faster.
https://github.com/dishwasher-detergent/okiedesigndocs
nextjs tailwind
Last synced: 25 days ago
JSON representation
Simple styles to help you get your project off the ground faster.
- Host: GitHub
- URL: https://github.com/dishwasher-detergent/okiedesigndocs
- Owner: dishwasher-detergent
- Created: 2022-10-03T19:48:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T20:35:42.000Z (over 1 year ago)
- Last Synced: 2023-06-10T21:23:58.277Z (over 1 year ago)
- Topics: nextjs, tailwind
- Language: TypeScript
- Homepage: https://okie.design
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Okie Design
Responsive CSS components made with TailwindCSS.
![Preview](https://i.imgur.com/uFjFZok.png)
[![Documentation](https://img.shields.io/badge/-See%20all%20Components-lightgrey?style=for-the-badge)](https://okie.design)
# Getting Started
## Install
Install [tailwindcss](https://tailwindcss.com/docs/installation)
```js
npm install -D tailwindcss
npx tailwindcss init
```Install [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms)
```js
npm install -D @tailwindcss/forms
```### Roadmap
#### Foundation Components
- [x] Buttons
- [x] Regular
- [x] Icon
- [x] Regular With Icon
- [x] Link
- [x] Button Groups
- [ ] Forms
- [x] Checkbox
- [ ] Checkbox Group
- [x] Radio
- [ ] Radio Group
- [x] Input
- [x] Textarea
- [ ] Date
- [x] Range
- [x] Select
- [x] Toggle#### Components
- [x] Collapse
- [x] Notification
- [ ] Avatar
- [x] Badge
- [x] Breadcrumb
- [ ] Card
- [ ] Divider
- [ ] Drawer
- [x] Dropdown
- [ ] Footer
- [ ] Hero Section
- [ ] List
- [ ] Menu
- [ ] Modal
- [ ] Navbar
- [x] Pagination
- [ ] Tab
- [ ] Table
- [x] Tooltip