WARNING: This project is still in the very early stages of development.
yarn add lias-ui
import React from 'react'
import { Button } from 'lias-ui'
export default function App() {
return <Button type='primary'>Hello World!</Button>
}
MIT © yetone