Bartosz Cieliński 5815a7e1ef Ensure Draftail features wrap in case there is a lot of added features | 2 tygodni temu | |
---|---|---|
.. | ||
scss | 1 dzień temu | |
src | 21 godzin temu | |
storybook | 1 tydzień temu | |
tests | 1 miesiąc temu | |
README.md | 2 lat temu | |
extract-translatable-strings.js | 2 lat temu | |
package-lock.json | 3 lat temu | |
tailwind.config.js | 1 miesiąc temu | |
webpack.config.js | 1 miesiąc temu |
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
.