0.4.5 • Published 4 years ago
@folland87/puzzle v0.4.5
@doad/puzzle
Puzzle, yet another design system
Install
npm install @folland87/puzzle
Usage
import React, { Component } from 'react'
import { Button } from '@folland87/puzzle'
class Example extends Component {
render() {
return <Button>Click me</Button>
}
}
License
MIT © folland87