1.0.2 • Published 2 years ago

sup-shop-component-library v1.0.2

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

Sup Shop Component Library

Sup SFW Team document library package

Web components are standardised, interchangeable building blocks of web user interface. They encapsulate the appearance and function of UI pieces. For example, think of LEGO bricks. LEGOs can be used to build everything from castles to spaceships; components can be taken apart and used to create new features.

Component library is the living, real time copy of your web application whereby your code, visual interface, interaction animations and test can take place. shop-component-lib

Setting project locally

npm i sup-shop-component-library

On your component, import a specific component e.g. import HeadingAtom from 'sup-shop-component-library' or all component import * from 'sup-shop-component-lib'

Components can be imported as default or named imports.