aqaab

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

Usage no npm install needed!

<script type="module">
  import aqaab from 'https://cdn.skypack.dev/aqaab';
</script>

README

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>
  )
}