0.0.55 • Published 3 years ago

@vytalos/ui-shared-components v0.0.55

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

@vytalos/ui-shared-components

UI components

Installation

npm install --save @vytalos/ui-shared-components

yarn add @vytalos/ui-shared-components

Getting started

Clone this repository and install its dependencies:

git clone git@ssh.dev.azure.com:v3/medvantxinc/Medvantx%20OS/ui_shared_components

cd ui_shared_components

npm install or yarn install

build command builds the library to dist:

  • dist/index.cjs.js A CommonJS bundle, suitable for use in Node.js, that requires the external dependency. This corresponds to the "main" field in package.json.
  • dist/index.esm.js An ES module bundle, suitable for use in other people's libraries and applications, that imports the external dependency. This corresponds to the "module" field in package.json.
  • dist/index.css Main css file of the library.
  • dist/* Component folders with typings to take advantage of the typescript.

dev command builds the library, then keeps rebuilding it whenever the source files change using rollup-watch.

storybook command runs the storybook playground to visualize the library's documentation.

test command builds the library, then tests it.

Usage

Example:

import * as React from 'react'
import ReactDOM from 'react-dom'
import { Button } from '@vytalos/ui-shared-components'

import '@vytalos/ui-shared-components/dist/indes.css'
// required to use the Icon component
import '@vytalos/ui-shared-components/fonts/icons.css'

function App() {
  return <Button>Hello World</Button>
}

ReactDOM.render(<App />, document.querySelector('#app'))
0.0.51

3 years ago

0.0.52

3 years ago

0.0.53

3 years ago

0.0.54

3 years ago

0.0.55

3 years ago

0.0.50

4 years ago

0.0.48

4 years ago

0.0.49

4 years ago

0.0.42

4 years ago

0.0.43

4 years ago

0.0.44

4 years ago

0.0.45

4 years ago

0.0.46

4 years ago

0.0.47

4 years ago

0.0.40

4 years ago

0.0.41

4 years ago

0.0.37

4 years ago

0.0.38

4 years ago

0.0.39

4 years ago

0.0.32

4 years ago

0.0.33

4 years ago

0.0.34

4 years ago

0.0.35

4 years ago

0.0.36

4 years ago

0.0.31

4 years ago

0.0.29

4 years ago

0.0.27

4 years ago

0.0.26

4 years ago

0.0.25

4 years ago

0.0.23

4 years ago

0.0.24

4 years ago

0.0.20

4 years ago

0.0.21

4 years ago

0.0.22

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.17

4 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago