Sage Abdullah 32ceb1eda9 Improve block preview layout for responsiveness and reduced shifting | 1 tuần trước cách đây | |
---|---|---|
.. | ||
scss | 1 tuần trước cách đây | |
src | 12 giờ trước cách đây | |
storybook | 2 tháng trước cách đây | |
tests | 3 tháng trước cách đây | |
README.md | 2 năm trước cách đây | |
extract-translatable-strings.js | 2 năm trước cách đây | |
package-lock.json | 3 năm trước cách đây | |
tailwind.config.js | 3 tháng trước cách đây | |
webpack.config.js | 2 tuần trước cách đây |
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
.