@tactics/lokaal-loket
TypeScript icon, indicating that this package has built-in type declarations

0.0.20 • Public • Published

Group 1000002046

Documentation

TODO: add examples

const alternate = LookupAlternate({
name: "Button",
alternates: alternates,
});

const bg_color = LookupAdditionalColor({
name: "bg_ui",
colors: colors.additional,
fallback: colors.primary.tint_500,
});


const records = React.Children.map(children, (child) => {
// equal to (if (child == null || typeof child == 'string'))
if (!React.isValidElement(child)) return child;

return (
<Grid.Item>
{
React.cloneElement(child)
}
</Grid.Item>
);
});

Readme

Keywords

none

Package Sidebar

Install

npm i @tactics/lokaal-loket

Weekly Downloads

635

Version

0.0.20

License

ISC

Unpacked Size

2.34 MB

Total Files

7

Last publish

Collaborators

  • joris.hontele
  • gertvdb
  • boutmansb