Bartosz Cieliński 5815a7e1ef Ensure Draftail features wrap in case there is a lot of added features | пре 2 недеља | |
---|---|---|
.. | ||
scss | пре 1 дан | |
src | пре 21 часа | |
storybook | пре 1 недеља | |
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
.