0.2.0 • Published 5 years ago
@deltastudioapp/mats-design-puffin v0.2.0
💅🏻 Mats Design (Drac)
Mats Design is the Design system used in Studio Editor 2.1.3+. This package is a set of PuffinJS components.
🌱 Components
- Button
- Card
- Radio Group
- Navigation Bar
- Text
- H1...H6 titles
- Input
🍜 Usage
Installation:
npm run install @deltastudioapp/mats-design-puffinExample:
import { element } from '@mkenzo_8/puffin'
import { Button } from '@deltastudioapp/mats-design-puffin'
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/Graviton-Code-Editor/drac.gitInstall dependencies:
npm installTest it:
npm test