favesalon-embed
v1.0.24
Published
Favesalon Embed
Downloads
7,119
Readme
Favesalon Embed
A set of Favesalon components that use for embedding in any websites.
Development
To start the components, run:
npm install
npm start
To build the component for production, run:
npm run build
To run the unit tests for the components, run:
npm test
Using this component
To install favesalon-embed with npm, run:
npm i favesalon-embed --save
or use the hosted version from unpkg:
<link rel="stylesheet" href="https://unpkg.com/[email protected]/favesalon-embed/favesalon-embed.css" />
<script type="module" src="https://unpkg.com/[email protected]/favesalon-embed/favesalon-embed.esm.js"></script>