Components
All of Craftable PRO Vue components are located in the vendor folder. This way we can ensure their updateability. Bellow is the file structure for better orientation:
vendor/brackets/craftable-pro/resources/js
├── Components/
├── helpers/
├── hooks/
├── Layouts/
├── Pages/
├── plugins/
└── types/
To import Craftable PRO components you can use the craftable-pro
alias. For example:
import { Button } from "craftable-pro/Components";
💡
Storybook of all available components is under contruction. In the meantime you can check the source code of the components in the vendor folder.
Last updated on January 19, 2023