Pant Mobile UI Components built on Preact Ported from Vant Install # Using npm npm i pant -S # Using yarn yarn add pant Import base style Import base style in your bootstrap file. import 'pant/es/styles/base.scss'; Import component on demand import { Button } from 'pant/es/button';