Sage Abdullah 32ceb1eda9 Improve block preview layout for responsiveness and reduced shifting | vor 1 Woche | |
---|---|---|
.. | ||
scss | vor 1 Woche | |
src | vor 12 Stunden | |
storybook | vor 2 Monaten | |
tests | vor 3 Monaten | |
README.md | vor 2 Jahren | |
extract-translatable-strings.js | vor 2 Jahren | |
package-lock.json | vor 3 Jahren | |
tailwind.config.js | vor 3 Monaten | |
webpack.config.js | vor 2 Wochen |
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
.