@quarkly/elements

0.5.7 • Public • Published

elements

WIP:Elements UI

Elements — atomic react UI components based on Elementary.

Build Status Coverage Version MIT License

Get started

Installation

npm i @quarkly/elements

Usage

import React from 'react';
import ReactDom from 'react-dom';
import { Box, Text } from '@quarkly/elements';

ReactDom.render(
  <Box width={[1, 1 / 2, 1 / 4]} bgc={['red', 'green', 'blue']} height="300px">
    <Text fz={2}>Hello from Elements</Text>
  </Box>,
  document.getElementById('root'),
);

Components

Soon

  • [ ] Icon
  • [ ] Map
  • [ ] Drawer
  • [ ] Gallery
  • [ ] Menu
  • [ ] Submenu
  • [ ] Popup
  • [ ] Footer
  • [ ] Accordion
  • [ ] Form
  • [ ] Schedule
  • [ ] Timeline
  • [ ] Stages
  • [ ] Social buttons
  • [ ] Timer
  • [ ] Payment
  • [ ] Facebook feed

Package Sidebar

Install

npm i @quarkly/elements

Weekly Downloads

3

Version

0.5.7

License

MIT

Unpacked Size

164 kB

Total Files

59

Last publish

Collaborators

  • cheerlesscloud
  • eddort