Skip to content

EQWorks/extended-semantic-components

Repository files navigation

Extended Semantic Components

npm version Build Status PRs Welcome

This is a collection of components that we've extended based on Semantic UI React that are commonly used in many of our projects at EQ Works, such as ATOM, and Locus.

You can see the components in action at https://eqworks.github.io/extended-semantic-components

Installation

$ yarn add @eqworks/extended-semantic-components
# OR
$ npm install @eqworks/extended-semantic-components

And to use it within your project

import {
  SemanticDatePicker,
  DataTable,
  Dropzone,
} from '@eqworks/extended-semantic-components'