Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`