Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emranffl/next-core-ui
https://github.com/emranffl/next-core-ui
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/emranffl/next-core-ui
- Owner: emranffl
- License: mit
- Created: 2023-05-26T11:50:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-30T14:49:23.000Z (6 months ago)
- Last Synced: 2024-10-08T03:44:27.720Z (about 1 month ago)
- Language: TypeScript
- Size: 814 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next Core UI
Next Core UI is a library of React components styled with [Tailwind CSS](https://tailwindcss.com/)
## Installation
To install Next Core UI, run with `npm`:
```bash
npm install next-core-ui @headlessui/[email protected] [email protected] [email protected] [email protected]npm install --save-dev [email protected] [email protected] [email protected]
```or with `yarn`:
```bash
yarn add next-core-ui @headlessui/[email protected] [email protected] [email protected] [email protected]yarn add --dev [email protected] [email protected] [email protected]
```or with `pnpm`:
```bash
pnpm add next-core-ui @headlessui/[email protected] [email protected] [email protected] [email protected]pnpm add [email protected] [email protected] [email protected] -D
```## Used Packages
- [Bootstrap Icons](https://icons.getbootstrap.com/)
- [Material Icons](https://material-ui.com/components/material-icons/)### Dependencies
- [Tailwind CSS](https://tailwindcss.com/)
- @radix-ui/react-label
- class-variance-authority## Generic Components
- [Spinner](./docs/interfaces/SpinnerProps.md)
- [Icon](./docs/interfaces/IconProps.md)
- [Chip](./docs/interfaces/ChipProps.md)### Button
- [Button](./docs/interfaces/ButtonParams.md)
- [ButtonIcon](./docs/interfaces/ButtonIconProps.md)### Badge
- [Badge](./docs/interfaces/BadgeProps.md)
- [BadgeIcon](./docs/interfaces/BadgeIconProps.md)### Toast
- [Toast](./docs/interfaces/ToastParams.md)
- [Toast Context](./docs/interfaces/ToastContextProps.md)### Modal
- [Modal](./docs/interfaces/ModalProps.md)
## Form Components
### Input
- [Input](./docs/interfaces/InputProps.md)