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> }
Preview:
Download Details:
Author: actifyjs
Live Demo: View The Demo
Download Link: Download The Source Code
Official Website: https://github.com/actifyjs/actify
License: MIT