# `` ## demo ```embed const React = require('react'); const ReactDOM = require('react-dom/server'); const Base = require('../base'); const Container = require('../container'); const Row = require('../row'); const Column = require('../column'); const Radio = require('../radio'); const RadioGroup = require('./index'); const styles = require('./style.css'); nmodule.exports = ReactDOM.renderToString(

You get all the good bits and none of the rubbish

You get all the good bits and extra brownies

You get none of the good bits

); ```