0.7.0 • Published 2 years ago

@openloop/limbic v0.7.0

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

Limbic

npm version

Limbic is a React component library used throughout OpenLoop's various projects.

Usage

Installation

yarn add @openloop/limbic

# or

npm install @openloop/limbic

Usage in your App

  1. Add Limbic's styles to your application
// Entrypoint (App.js or index.js)
import '@openloop/limbic/scss/limbic.scss';

or

// index.scss
@import '~@openloop/limbic/scss/limbic.scss';
  1. Wrap application tree in Limbic context provider

Some Limbic features (i.e. Toast) require a top-level context provider.

import { LimbicContext as LimbicProvider } from '@openloop/limbic';

const App = () => <LimbicProvider>{/* App components here */}</LimbicProvider>;
  1. Import components as needed
import { Button } from '@openloop/limbic';

<Button>Submit</Button>;

Development

Limbic uses Storybook to develop and showcase our components.

  1. Switch to the project specified node version
nvm use
  1. Install the project dependancies
yarn install
  1. To start storybook in development mode, run:
yarn start
  1. Open http://localhost:6006 to view it in the browser. The page will reload if you make edits.

Additional Scripts

Please see the package.json file for any additional scripts that may be needed during development. You will find them under the scripts section.

Developer Notes

The following notes consist of information that may be important or good to keep in mind during development on this project. We can also use this area to note any environment bugs that dont fit into Linear or notion

How to add new SVGs

0.7.0

2 years ago

0.6.2

2 years ago

0.6.1

2 years ago

0.5.8

2 years ago

0.6.0

2 years ago

0.5.7

2 years ago

0.5.6

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.5

2 years ago

0.5.0

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.4.1

2 years ago

0.3.2

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.2.0

3 years ago

0.1.22

3 years ago

0.1.21

3 years ago

0.1.20

3 years ago

0.1.19

3 years ago

0.1.17

3 years ago

0.1.18

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.11

3 years ago

0.1.12

3 years ago

0.1.10

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.4

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago