This project was created with:
- Implement a
Button
component and a set ofStorybook
stories that reflect its different possible states. - Implement an Arch Transformation for an svg path/group. Create a simple UI with the rendered
svg
image and a slider beneath to control the strength of the Arch effect (like on the image above).
In the project directory, you can run:
To install dependencies, (you'll need yarn installed). Feel free to use npm
instead of yarn
if you wish.
Will run Storybook on your computer.
Open http://localhost:6006 to view it in the browser.
The page will reload if you make edits.
Launches the test runner in the interactive watch mode.
See the section about running tests and this storybook guide about testing UI components for more information.