Published
Edited
Jul 28, 2019
Insert cell
Insert cell
Insert cell
Insert cell
styled = require.alias({
react: 'https://unpkg.com/react@16.8.6/umd/react.production.min'
})('https://unpkg.com/styled-components@4.3.2/dist/styled-components.min')
Insert cell
Button = styled.button` color: red;`
Insert cell
Insert cell
Insert cell
html`<p>Start with a few plain buttons to see what they look like.</p>
<input type='button' class='mine' style='color: red;' value='input'><br/>
<button type='button' class='mine' style='color: red;' >button</button><br/>
<button type='button' class='styled.button' >styled.button</button><br/>
</div>
`
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more