Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natsuneko-laboratory/ui
React UI Components for Natsuneko Laboratory
https://github.com/natsuneko-laboratory/ui
Last synced: 4 days ago
JSON representation
React UI Components for Natsuneko Laboratory
- Host: GitHub
- URL: https://github.com/natsuneko-laboratory/ui
- Owner: natsuneko-laboratory
- License: mit
- Created: 2023-12-05T14:36:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-28T06:31:27.000Z (6 months ago)
- Last Synced: 2024-11-10T08:17:43.493Z (2 months ago)
- Language: TypeScript
- Homepage: https://storybook.natsuneko.com
- Size: 517 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @natsuneko-laboratory/ui
UI components library for building websites that has unified design.
## Getting Started
1. Install the latest version of `@natsuneko-laboratory/ui`
```bash
$ npm install @natsuneko-laboratory/ui
```2. Add `@natsuneko-laboratory/ui` to your `tailwind.config.js`
```typescript
module.exports = {
content: ["./node_modules/@natsuneko-laboratory/ui/**/*.js"],
};
```3. Import components
```typescript
import { Container } from "@natsuneko-laboratory/ui/layouts/container";
```## Peer Dependencies
- `next`
- `navigations/link-button/next`
- `react-color`
- `forms/color-picker`
- `shiki`
- `data/code-block`