Coder Social home page Coder Social logo

rf-bootstrap3's Introduction

RF Bootstrap3

rf-form components suit for bootstrap3.

This docs list the components of this suit. refer to rf-form to see default apis.

Installation

  • install bootstrap3 styles. this package is roughly tested with bootstrap 3.3.6
  • npm install --save rf-bootstrap3

Components

Wrapper

Group

Array

Fields

Input

this is a general input field. all other props will be passed down to the inner input component.

Text

  • value - string
  • placeholder - string

Textarea

  • value - string
  • placeholder- string
  • rows - number

Number

  • value - number
  • placeholder - string

Password

  • value - string
  • display - optional 'show' or 'hide'
  • placeholder: - string

File

  • value - object as {path}
  • onChange - func(value, event), but value is an object as {path, file, files},
  • enablePreview - bool, if true, a preview of the selected image will be shown
  • previewStyle - object, inline-style for the preview, default to {maxWidth: '100%', maxHeight: '200px'}

Date

  • value - js Date
  • display - 'utc' or 'local'. control how to display the value

DatetimeLocal

  • value - js Date
  • display - 'utc' or 'local'. control how to display the value

Checkbox

  • value - bool
  • label - string

CheckboxGroup

  • value - array of string
  • items - object as {key: {label, readOnly, disabled}} or {key:label}, each key is for one item
  • inline - bool. if true, display as inline style

RadioGroup

  • value - string
  • items - object as {key: {label, readOnly, disabled}} or {key:label}, each key is for one item
  • inline - bool. if true, display as inline style

Select

  • value - string
  • items - object as {key: {label, readOnly, disabled}} or {key:label}, each key is for one item
  • placeholder - bool. if true, display as inline style

MultipleSelect

  • value - array of string
  • items - object as {key: {label, readOnly, disabled}} or {key:label}, each key is for one item

License

ISC

rf-bootstrap3's People

Watchers

James Cloos avatar Yao Zhao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.