0.1.6-1 • Published 2 years ago

@senseyeinc/senseye-frontend-library v0.1.6-1

Weekly downloads
1
License
BSD-3-Clause
Repository
-
Last release
2 years ago

Contains a collection of reusable ReactJS components that can be assembled together to build any number of applications

Install

npm i --save @senseyeinc/senseye-frontend-library

Usage

In your ReactJS app, import the component you want to use then render the component in your return statement

// Import example
import {Calibration} from '@senseyeinc/senseye-frontend-library'
// Render example
<Calibration />

Additional examples available below and inside Storybook

Example

import React from 'react'
import {Nystagmus} from '@senseyeinc/senseye-frontend-library'

function App() {
    return <Nystagmus />
}

export default App

Previewing UI Components

Navigate to Storybook to see a list of all components included in this library and to preview how they function.

Storybook locally:

In the project directory, you can start the Storybook server by running:

yarn storybook

This will launch Storybook which allows you to preview UI components and additional documentation before using them in your applications.

You can view Storybook locally at http://localhost:9009 by default.

Storybook on the web:


Alternatively, Senseye's UI components are available to preview at storybook.senseye.co

For more detailed instructions on how to use Storybook please refer to their docs here


Future plans

  • We'd like to extend support to Angular and Vue.js users

License

  • BSD-3-Clause

    • Note: This license has also been called the "New BSD License" or "Modified BSD License".
  • 3rd Party Attributions

    • A full list of 3rd party software and respective licenses can be found here
0.1.6-1

2 years ago

0.1.6

2 years ago

0.1.5-1

4 years ago

0.1.5

4 years ago

0.1.4-a.3

4 years ago

0.1.4-a.4

4 years ago

0.1.4-a.5

4 years ago

0.1.4-a.6

4 years ago

0.1.4-a.2

4 years ago

0.1.4-a.1

4 years ago

0.1.4-a

4 years ago

0.1.4

4 years ago

0.1.3-a

4 years ago

0.1.3

4 years ago

0.1.2-a

4 years ago

0.1.2

4 years ago

0.1.1-a.2

4 years ago

0.1.1-a.1

4 years ago

0.1.1-a

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago