0.1.8 • Published 4 years ago

aqaab v0.1.8

Weekly downloads
20
License
MIT
Repository
github
Last release
4 years ago

Say hello to Aqaab

Aqaab is a flexible UI Library for React built to support everything from interactive visualizations to clean and minimalist UI

Installation

npm install aqaab

Usage

import { Box } from 'aqaab'

const RedBox = () => {
  return (
    <Box bg="red">Red Box</Box>
  )
}