tf-core-components
v0.0.144
Published
Transform core web UI components
Downloads
3,835
Readme
Transform Web Components
This is the project for building standalone Web Component for Transform.
A demo selection of TF components can be seen on: component examples
Getting Started
To start, install the components
npm i tf-core-components
See the example basic HTML and Angular projects to get the components rendered
Component Naming Convention
When creating/using component tags, we use the prefix tf for TransForm. For example, all of the Transform web components use the prefix tr
(ex: <tf-button>
). Any other name after that is seperated with a '-' (ex: <tf-login-form>
).
API Documentation
...coming soon!
publish npm publish
unpublish lates versin npm unpublish [email protected]