3 Star 0 Fork 0

mirrors_mdbootstrap / react-labels

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
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 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. 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.

import React from 'react';
import { MDBBadge } from 'mdb-react-ui-kit';

export default function App() {
  return (
    <div>
      <h2>
        Example heading
        <MDBBadge className='ms-2'>NEW</MDBBadge>
      </h2>
    </div>
  );
}

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 documentation if you are looking for more examples & customization options for the component from the example below.

import React from 'react';
import { MDBInput } from 'mdb-react-ui-kit';

export default function Input() {
  return (
    <MDBInput label='Example label' id='form1' type='text' />
  );
}

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


More extended Bootstrap documentation

空文件

简介

暂无描述 展开 收起
JavaScript 等 2 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/mirrors_mdbootstrap/react-labels.git
git@gitee.com:mirrors_mdbootstrap/react-labels.git
mirrors_mdbootstrap
react-labels
react-labels
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891