@fm2/puffin-drac

0.3.7 • Public • Published

💅🏻 Drac

Drac is the Design system used in Filing-Manager. This package is a set of PuffinJS components.

🌱 Components

  • Button
  • Card
  • Radio Group
  • Navigation Bar
  • Text
  • H1...H6 titles
  • Input
  • TextArea
  • Select

🍜 Usage

Installation:

npm install @fm2/puffin-drac

Example:

import { element } from '@fm2/puffin'
import { Button } from '@fm2/puffin-drac'

const helloButton = () => {
	return element({
		components: {
			Button
		}
	})`
		<Button>Hello World</Button>
	`
}

⚠ Warning

I do not consider myself an UI designer.

🤔 Testing

Clone the repository:

git clone https://github.com/DanSketic/fm-puffin-drac.git

Install dependencies:

pnpm install

Test it:

pnpm test

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.3.70latest

Version History

VersionDownloads (Last 7 Days)Published
0.3.70
0.3.60
0.3.50
0.3.40
0.3.30
0.3.20

Package Sidebar

Install

npm i @fm2/puffin-drac

Weekly Downloads

0

Version

0.3.7

License

MIT

Unpacked Size

68.4 kB

Total Files

26

Last publish

Collaborators

  • dansketic