1.0.53 • Published 2 years ago

@symbiotetech/symbiote-component-library v1.0.53

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Symbiote Component Library

The Symbiote component library.

Installation

Using npm:

npm install -D @symbiotetech/symbiote-component-library

or yarn:

yarn install -D @symbiotetech/symbiote-component-library

Example Usage

Import the element you need

import { Button } from '@symbiotetech/symbiote-component-library';

function App() {
    return (
        <div className="App">
            <Button type="primary" size="md">Example Button</Button>
        </div>
    );
}

export default App;

Local Development

Clone the repository git clone git@github.com:symbiote/symbiote-component-library.git.

Install the node modules yarn install or npm install

If testing the components locally before pushing to NPM the library can be included by adding the following to your projects dependencies

'@symbiotetech/symbiote-component-library': 'link:<relative_path_to_component_library>'

e.g.

'@symbiotetech/symbiote-component-library': 'link:../symbiote-component-library'

NPM Scripts

Build the package yarn run build

Run unit tests: yarn run test or yarn run test:watch

1.0.53

2 years ago

1.0.51

3 years ago

1.0.52

3 years ago

1.0.49

3 years ago

1.0.50

3 years ago

1.0.48

3 years ago

1.0.47

3 years ago

1.0.46

3 years ago

1.0.45

3 years ago

1.0.44

3 years ago

1.0.43

3 years ago

1.0.42

3 years ago

1.0.41

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago