victory-engine-ui
v1.11.3
Published
<ul> <li>node js version 18.17.0</li> <li>yarn version 1.22.19</li> <li>yalc version 1</li> </ul>
Downloads
2
Readme
How to install
Prerequired
Step installation yarn
Step installation yalc
Step installation the project
How to use
Start Storybook
Start Unit test
Start Eslint
How to use library on the local
Step to deploy on the local
Step to use the library on the project
Example use library
import { Button, ButtonV2 } from 'victory-engine-ui';
function App() {
return (
<div>
<p>
Example of use the libaray
</p>
<Button label="Button1" color="primary" />
<ButtonV2 label="Test" />
</div>
);
}
export default App;