Git Product home page Git Product logo

glam-atom's Introduction

glam-atom

This extension contains code snippets for glamorous, glamorous-native and glamorous-primitives.

Installation

  • Launch the command pallete (cmd + shift + p) and go to Install packages and themes

  • In the install section, type glam-atom in the search bar and install the extension

  • Then again launch the command pallete and type Glamorous Snippets: Toggle and press enter

  • Reload the window.

Done

Supported languages (file extensions)

  • JavaScript
  • TypeScript
  • JavaScript React
  • TypeScript React

Usage

Snippets

Below is a list of all available snippets and the triggers of each one. The ⇥ means the TAB key.

glamorous

Trigger Content
ga→ const Component = glamorous.a({})
gdiv→ const Component = glamorous.div({})
gspan→ const Component = glamorous.span({})
gh1→ const Component = glamorous.h1({})
gh2→ const Component = glamorous.h2({})
gh3→ const Component = glamorous.h3({})
gh4→ const Component = glamorous.h4({})
gh5→ const Component = glamorous.h5({})
gh6→ const Component = glamorous.h6({})
gp→ const Component = glamorous.p({})
gcode→ const Component = glamorous.code({})
gabbr→ const Component = glamorous.abbr({})
gaddress→ const Component = glamorous.address({})
gb→ const Component = glamorous.b({})
gblockquote→ const Component = glamorous.blockquote({})
gcite→ const Component = glamorous.cite({})
gdel→ const Component = glamorous.del({})
gem→ const Component = glamorous.em({})
gi→ const Component = glamorous.i({})
gins→ const Component = glamorous.ins({})
gpre→ const Component = glamorous.pre({})
gmark→ const Component = glamorous.mark({})
gmeter→ const Component = glamorous.meter({})
gprogress→ const Component = glamorous.progress({})
gq→ const Component = glamorous.q({})
grp→ const Component = glamorous.rp({})
gruby→ const Component = glamorous.ruby({})
gs→ const Component = glamorous.s({})
gsamp→ const Component = glamorous.samp({})
gheader→ const Component = glamorous.header({})
gfooter→ const Component = glamorous.footer({})
gu→ const Component = glamorous.u({})
gform→ const Component = glamorous.form({})
gtextarea→ const Component = glamorous.textarea({})
gbutton→ const Component = glamorous.button({})
gselect→ const Component = glamorous.select({})
goptgroup→ const Component = glamorous.optgroup({})
goption→ const Component = glamorous.option({})
glabel→ const Component = glamorous.label({})
gfieldset→ const Component = glamorous.fieldset({})
glegend→ const Component = glamorous.legend({})
gimg→ const Component = glamorous.img({})
gmap→ const Component = glamorous.map({})
garea→ const Component = glamorous.area({})
gnav→ const Component = glamorous.nav({})
gul→ const Component = glamorous.ul({})
gli→ const Component = glamorous.li({})
gol→ const Component = glamorous.ol({})
gdl→ const Component = glamorous.dl({})
gdt→ const Component = glamorous.dt({})
gdd→ const Component = glamorous.dd({})
gmenu→ const Component = glamorous.menu({})
gtable→ const Component = glamorous.table({})
gcaption→ const Component = glamorous.caption({})
gth→ const Component = glamorous.th({})
gtr→ const Component = glamorous.tr({})
gtd→ const Component = glamorous.td({})
gthead→ const Component = glamorous.thead({})
gtbody→ const Component = glamorous.tbody({})
gtfoot→ const Component = glamorous.tfoot({})
gcol→ const Component = glamorous.col({})
gcolgroup→ const Component = glamorous.colgroup({})
gdiv→ const Component = glamorous.div({})
gsub→ const Component = glamorous.sub({})
gtime→ const Component = glamorous.time({})
gdata→ const Component = glamorous.datalist({})
gout→ const Component = glamorous.output({})
gfooter→ const Component = glamorous.footer({})
gmain→ const Component = glamorous.main({})
gsection→ const Component = glamorous.section({})
garticle→ const Component = glamorous.article({})
gaside→ const Component = glamorous.aside({})
gdetails→ const Component = glamorous.details({})
gdialog→ const Component = glamorous.dialog({})
gsummary→ const Component = glamorous.summary({})

glamorous-native

Trigger Content
gtext→ const Component = glamorous.text({})
gview→ const Component = glamorous.view({})
gimage→ const Component = glamorous.image({})
gflat→ const Component = glamorous.flatlist({})
glist→ const Component = glamorous.listview({})
gscroll→ const Component = glamorous.scrollview({})
gsection→ const Component = glamorous.sectionlist({})
ghighlight→ const Component = glamorous.touchablehighlight({})
gnative→ const Component = glamorous.touchablenativefeedback({})
gopacity→ const Component = glamorous.touchableopacity({})
ginput→ const Component = glamorous.textinput({})

glamorous-primitives

Trigger Content
gtext→ const Component = glamorous.text({})
gview→ const Component = glamorous.view({})
gimage→ const Component = glamorous.image({})

glam-atom's People

Contributors

nitin42 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ali-master

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.