Description:
Actify is a React UI components library based on the Material 3 design concept.
Installation:
# Yarn $ yarn add actify # NPM $ npm i actify
Get started:
import React from 'react'
import ReactDOM from 'react-dom'
import { Button } from 'actify'
export default () => {
return <Button variant="outlined">Hello Actify</Button>
}





