0.0.9 • Published 2 years ago

sfdc-ns-ui-components-components v0.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

NS Component Library

A collection of general-purpose UI components packaged as React Components.

Usage

Install the package

npm install --save @narrativescience/components

Import and use a component

import { SomeComponent } from '@narrativescience/components'

const MyComponent = () => (
  <div>
    <SomeComponent />
  </div>
)
0.0.9

2 years ago

0.0.8

2 years ago