Following is the markdown that produces http://design.bulb.co.uk/#/patterns/modules/TextInput/README.md.
Text input enables the user to interact with and input data.
<TextInput
Following is the markdown that produces http://design.bulb.co.uk/#/patterns/modules/TextInput/README.md.
Text input enables the user to interact with and input data.
<TextInput
The pattern should be exported as a named export from a index file in the Pattern folder.
Any pattern specific styled components used in the jsx for the patterns react component should come from an adjacent styled.ts
file.
Sub components (react components which are not part of the libraries public api, but used as part of the main react component) should be setup under a components folder.