Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdbootstrap/react-labels
Responsive React Labels built with Bootstrap 5. Badge Labels are for counters, categories & tags. Floating labels refer to forms, and slider labels to the range.
https://github.com/mdbootstrap/react-labels
bootstrap bootstrap-template bootstrap-theme bootstrap5 css html jsx react-badges react-bootstrap react-input react-range reactjs
Last synced: about 1 month ago
JSON representation
Responsive React Labels built with Bootstrap 5. Badge Labels are for counters, categories & tags. Floating labels refer to forms, and slider labels to the range.
- Host: GitHub
- URL: https://github.com/mdbootstrap/react-labels
- Owner: mdbootstrap
- License: other
- Created: 2022-09-27T13:50:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T22:33:17.000Z (over 2 years ago)
- Last Synced: 2024-11-29T19:49:34.937Z (about 1 month ago)
- Topics: bootstrap, bootstrap-template, bootstrap-theme, bootstrap5, css, html, jsx, react-badges, react-bootstrap, react-input, react-range, reactjs
- Language: JavaScript
- Homepage: https://mdbootstrap.com/docs/react/extended/labels/
- Size: 265 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.pdf
Awesome Lists containing this project
README
Responsive React Labels built with Bootstrap 5. Badge Labels are for counters, categories & tags. Floating labels refer to forms, and slider labels to the range.
Check out [React Bootstrap Labels Documentation](https://mdbootstrap.com/docs/react/extended/labels/) for detailed instructions & even more examples.
> :warning: **Important**: The term "Bootstrap Label" is currently very ambiguous. Many different elements are colloquially referred to as "Labels" by some developers. We created this page to help you find the proper component that you are looking for. You will find more examples of each one in the main documentation pages that are linked below.
## Badge Labels
The valid term for Labels in React Bootstrap 5 is now [React Badges](https://mdbootstrap.com/docs/react/components/badges/). Make sure to jump straight to the Badges documentation if you are looking for more examples & customization options for the component from the example below.
```jsx
import React from 'react';
import { MDBBadge } from 'mdb-react-ui-kit';export default function App() {
return (
Example heading
NEW
);
}
```## Floating Labels for Inputs
The term Label is now mainly used for the `label` element describing the input fields in form. Make sure to jump straight to the [React Input fields](https://mdbootstrap.com/docs/react/forms/input-fields/) documentation if you are looking for more examples & customization options for the component from the example below.
```jsx
import React from 'react';
import { MDBInput } from 'mdb-react-ui-kit';export default function Input() {
return (
);
}
```## How to use?
1. Download MDB React - free UI KIT
2. Choose your favourite customized component and click on the image
3. Copy & paste the code into your MDB project
[▶️ Subscribe to YouTube channel for web development tutorials & resources](https://www.youtube.com/MDBootstrap?sub_confirmation=1)
___
## More extended Bootstrap documentation
- React Bootstrap Code
- React Bootstrap Gallery
- React Bootstrap Hamburger Menu
- React Bootstrap Jumbotron
- React Bootstrap Maps
- React Bootstrap Mega Menu
- React Bootstrap Media object
- React Bootstrap Multiselect
- React Bootstrap Masonry
- React Bootstrap Contact form
- React Bootstrap Gradients
- React Bootstrap Pagination
- React Bootstrap Panels
- React Bootstrap Social Media icons & buttons
- React Bootstrap Search
- React Bootstrap Table sort
- React Bootstrap Table responsive
- React Bootstrap Table scroll
- React Bootstrap Table search
- React Bootstrap Textarea
- React Bootstrap Sidebar
- React Bootstrap Profiles
- React Bootstrap Nested Dropdown
- React Bootstrap Address Form
- React Scroll Back to Top button
- React Product Cards
- React Avatar
- React Carousel Slider with Thumbnails
- React Chat
- React Comparison table
- React Comments
- React Drawer
- React FAQ component / section
- React Invoice
- React News feed
- React Offcanvas
- React Order details
- React Page transitions
- React Quotes
- React Payment forms
- React Select with custom Input
- React Square Buttons
- React Testimonial Slider
- React Testimonials / Reviews
- React Survey form
- React Timeline
- React To Do List
- React Padding
- React Modal Size
- React Modal Backdrop
- React CSS Text Animations
- React Video
- React Modal Show, Close, Hide & Toggle
- React Card deck
- React Table filter
- React Slider
- React Logo
- React Popup
- React Weather
- React Hero
- React Max Width
- React Select dropdown
- React Labels