- We've got some components
A
,B
andC
which provide different slots.const A = { template: `<div><slot name="a">Default A Content</slot></div>` }
const B = {
import json | |
import os | |
import time | |
import webbrowser | |
import sys | |
import re | |
def handleWindows(extra_seconds): | |
print("OS : Windows") |
Truncate text: https://codepen.io/anon/pen/aMrLwJ
Windows | MacOS
βββββββββββββββββββββββββββββ
window | Alt Option β₯
ctrl | Command β
alt | Ctrl β
Getting started:
Related tutorials:
import React, { Component } from "react" | |
import Swiper from "react-native-deck-swiper" | |
import { StyleSheet, View, Text, Image, Button } from "react-native" | |
export default class Exemple extends Component { | |
constructor(props) { | |
super(props) | |
this.state = { | |
cards: [1, 2], | |
swipedAllCards: false, |
{ | |
"plugins": [ | |
"react" | |
], | |
"env": { | |
"es6": true, | |
"node": true | |
}, | |
"parser": "babel-eslint", | |
"parserOptions": { |