Skip to content

natsuneko-laboratory/ui

Repository files navigation

@natsuneko-laboratory/ui

UI components library for building websites that has unified design.

Getting Started

  1. Install the latest version of @natsuneko-laboratory/ui
$ npm install @natsuneko-laboratory/ui
  1. Add @natsuneko-laboratory/ui to your tailwind.config.js
module.exports = {
  content: ["./node_modules/@natsuneko-laboratory/ui/**/*.js"],
};
  1. Import components
import { Container } from "@natsuneko-laboratory/ui/layouts/container";