@ensign-software/ensign-ui
v0.4.9
Published

Readme

Ensign UI is a component library that features a comprehensive selection of plug-and-play UI Components ready to use in your React projects. Inpsired by Shadcn, this UI library is a minimalistic and modern approach to UI Admin/Dashboard Design principles.
TailwindCSS
This library uses Tailwindcss for utility-first design. To read more about Tailwind, visit their website
This package is in active development
Developed by @brandonrbridges for Ensign Software
Currently being used in:
- Project Commander
Developer Quick Start ⚡
To get started, please install the required Ensign UI package.
React
Actively developed by @brandonrbridges
// npm
npm install @ensign-software/ensign-ui
// yarn
yarn add @ensign-software/ensign-ui
// pnpm
pnpm add @ensign-software/ensign-uiUsage
Using components from the Ensign UI library is designed to be as simple as pain-free as possible!
// src/page.tsx
import { Button } from '@ensign-software/ensign-ui'
export default Page() {
return (
<main>
<Button variant='destructive'>Button Text</Button>
</main>
)
}Angular
Coming soon
Web Components
Coming soon
Bugs 🐞
If you encounter any issues while using Ensign UI, please add them here.
