0.0.59 • Published 7 months ago

@l3-lib/ui-core v0.0.59

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

L3 Design System

l3vels.xyz React components library - Storybook

IE / EdgeFirefoxChromeSafariiOS SafariSamsungOpera
18+last 4 versionslast 4 versions12.1+last 2 versionslast 2 versionslast 2 versions

Installation

Install the component library

$ npm install @l3-lib/ui-core

Usage

You can import from the main bundle:

import { Button } from "@l3-lib/ui-core";

or you might want to import directly the component from the dist folder

import Button from "@l3-lib/ui-core/dist/Button";

You also need to import Main CSS file to your project

import "@l3-lib/ui-core/dist/main.css"

Peer dependecies

We are relaient on React and React DOM, we are using them as externals and we don't package them to the package so you must have them in your project

Storybook

We are using storybook in order to develop the components independently from any consumer. run this to build & run the storybook locally:

npm run storybook

the storybook will be served on http://localhost:6006

Developing locally with your consumer application

When developing locally we are using a npm functionality called npm link, this allows us to work locally on our package and use it in a different project without publishing. This functionality basically overrides the npm mapping between package name to its repo, and points it to where the package is located locally.

Troubleshooting local development

  • If you are using NVM, make sure both packages are using the same version.
  • Because we are using react hooks and having react as a peerDependency - if you want to develop locally and encounter issues with "invalid hook call" See this github thread. The quick fix is in your webpack config file alias react to resolve the node_modules path

Go to the project's directory and run:

nvm use
npm unlink
npm link
npm start

Contributing

We welcome every contributor, please read the contribution guidelines before submitting a PR

Themes

We support theming from the library to the component level using css variables - for more info on theming please read the theme guidelines file

Release

Perform the following steps to release a new version:

0.0.59

7 months ago

0.0.55

10 months ago

0.0.56

10 months ago

0.0.57

9 months ago

0.0.58

8 months ago

0.0.47

1 year ago

0.0.51

12 months ago

0.0.52

11 months ago

0.0.53

11 months ago

0.0.54

11 months ago

0.0.50

12 months ago

0.0.48

12 months ago

0.0.49

12 months ago

0.0.40

1 year ago

0.0.41

1 year ago

0.0.42

1 year ago

0.0.43

1 year ago

0.0.44

1 year ago

0.0.45

1 year ago

0.0.46

1 year ago

0.0.37

1 year ago

0.0.39

1 year ago

0.0.32

1 year ago

0.0.33

1 year ago

0.0.34

1 year ago

0.0.36

1 year ago

0.0.28

1 year ago

0.0.29

1 year ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.25

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.26

1 year ago

0.0.27

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago