Skip to content

larshisken/bs-gestalt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reason bindings for Gestalt

npm

The bindings are a work in progress, I'm adding things on the go. If you miss anything, or want to see something change, feel free to send me a PR.

Installation

yarn add bs-gestalt
yarn add gestalt

Add bs-gestalt to your bs-dependencies in bsconfig.json.

{
  "bs-dependencies": ["bs-gestalt"]
}

Usage

open Gestalt;

[@react.component]
let make = () =>
  <Box display=`flex alignContent=`around>
    {React.string("Hello World!")}
  </Box>;

Components

  • Avatar
  • Badge
  • Box
  • Button
  • Card
  • Checkbox
  • Collage
  • Column
  • Container
  • Divider
  • Flyout
  • GroupAvatar
  • Heading
  • Icon
  • IconButton
  • Image
  • Label
  • Layer
  • Letterbox
  • Link
  • Mask
  • Masonry
  • Modal
  • Pog
  • Pulsar
  • RadioButton
  • SearchField
  • SegmentedControl
  • SelectList
  • Spinner
  • Sticky
  • Switch
  • Tabs
  • Text
  • TextArea
  • TextField
  • Toast
  • Tooltip
  • Touchable
  • Video

Releases

No releases published

Packages

No packages published