Bartosz Cieliński 39d1bc816d Ensure Draftail features wrap in case there is a lot of added features | преди 2 седмици | |
---|---|---|
.. | ||
scss | преди 1 месец | |
src | преди 10 часа | |
storybook | преди 11 месеца | |
tests | преди 1 месец | |
README.md | преди 2 години | |
extract-translatable-strings.js | преди 2 години | |
package-lock.json | преди 3 години | |
tailwind.config.js | преди 1 месец | |
webpack.config.js | преди 1 месец |
This library aims to give developers the ability to subclass and configure Wagtail's UI components.
npm install wagtail
import { Explorer } from 'wagtail';
// [...]
<Explorer />;
# From the project root, start the webpack + styles compilation.
npm run start
You will also need:
The front-end is bundled at the same time as the Wagtail project. This package also aims to be available separately on npm as wagtail
.