Skip to content

Instantly share code, notes, and snippets.

@kennethlynne
Created December 17, 2019 14:22
Show Gist options
  • Save kennethlynne/2ceb1db5780933ba78587839a25d93a2 to your computer and use it in GitHub Desktop.
Save kennethlynne/2ceb1db5780933ba78587839a25d93a2 to your computer and use it in GitHub Desktop.
// API-konsument trenger ikke å ta stilling til styling og semantikk
// og kan enkelt importere en komponent med tilhørende styling og adferd i én operasjon
import { Button } from '~components/button';
export const Something = () => <Button onPress={() => alert('42')} />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment