/evact-old

React components built with Eva design system

Primary LanguageTypeScriptMIT LicenseMIT

evact

React components built with Eva design system

NPM JavaScript Style Guide

Library is still under-development

Compontents Directory

  • Icon
  • Button
  • Checkbox
  • Radio
  • Toggle
  • Typography
  • Spinner
  • Avatar
  • Menu
  • Footer
  • Sider
  • Drawer
  • ButtonGroup
  • List
  • Table
  • Tooltip
  • Popup
  • Modal
  • Card
  • Extras

TODO

  • Update README.md
  • Add Contribution Guide.
  • Add Installation Guide.
  • Add Pipelines for builds
  • Provsioning
  • Build Docs website

Install

npm install --save evact

Usage

import * as React from 'react'

import MyComponent from 'evact'

class Example extends React.Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © Abdallah Ebrahim - Akveo