Skip to content

Instantly share code, notes, and snippets.

View vmarcosp's full-sized avatar
No action can be virtuous unless it is freely chosen

Marcos Oliveira vmarcosp

No action can be virtuous unless it is freely chosen
View GitHub Profile
@vmarcosp
vmarcosp / Storybook.res
Created July 19, 2022 23:41
Storybook for ReScript
module Control = {
type t
type _control =
| Radio
| Select
| Text
| Boolean
| Number({min: int, max: int, step: option<int>})
| Range({min: int, max: int, step: option<int>})
@vmarcosp
vmarcosp / storybook-helpers.js
Created July 19, 2022 23:41
Storybook Helper for ReScript
export const withArgTypes = (component, args) => component.argTypes = args
@vmarcosp
vmarcosp / close.svg
Created August 24, 2022 10:43
SVG do Ícone "Close"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.