We recommend browsing the official site here. The official site provides actual working documentation and examples.
ja:こちらの公式サイトを閲覧する事をオススメします。公式サイトでは実際に動作するドキュメントや実装例を掲載しています。(日本語対応してます ✨)
Installation of Bootstrap5 and use-bootstrap NPM Package
npx nuxi@latest module add usebootstrap
Add a usebootstrap section in your nuxt.config.
export default defineNuxtConfig({
modules: [
'usebootstrap'
],
})
use-bootstrap is the front-end framework based on Nuxt3 and Bootstrap5.
- Extended Bootstrap5 SCSS
- Pure Vue.js Scripts
- Support for UnoCSS, nuxt-link, nuxt-image, nuxt-icon, and more...
- Seamless Integration of UI and Data
- Unified Color Management
- Static_Fragment_Generator
- Accordion
- Alerts
- Badge
- Breadcrumb
- Buttons
- Button group
- Card
- Carousel
- Close button
- Collapse
- Dropdown
- List group
- Modal
- Navbar
- Navs and Tabs
- Offcanvas
- Pagination
- Placeholders
- Popovers
- Progress
- Scrollspy
- Spinners
- Toasts
- Tooltips
- Range
- VueUse
- Icons
- Fonts
- Animate.css
- Sitemap
- Robots
- UnoCSS
- AOS Scroll Animation
- Leaflet Map
- Markdown
- Page Layout
- Grid template
- Color mode
- Localization
- Swiper
- Sidebar
- Table of Contents (Toc)
- Intro
- Paper
- Back to top
- Block
- Code highlighter
- Typed
- Divider
- Responsive Divider
- Status Indicator
- Icon Box
- Avatar
- Background
- Rating
- Line Chart
- Bar Chart
- Pie Chart
- Calendar
- Date Picker
- Sortable
- Json View
- Password Strength
- Tiptap Editor
- Static HTML Fragment Rendering
- ViewState
- ActionState
For a detailed description click here.
Code released under the MIT License.